MongoDB BASICS (9) sharding and mongodb Basics
Sharding stores data on multiple servers. Mongodb uses sharding to support deployment of very large datasets and high throughput operations. The capabilities of a single server are limited in various
1. IntroductionIt is a kind of database cluster system that expands the massive data horizontally, the data table is stored on each node of sharding, and the user can easily construct a distributed MongoDB cluster by simple configuration. So first
MongoDB is a document-oriented NoSQL database developed by the 10gen team. More than a year ago, MongoDB has been more and more large-scale website application to the production environment, the more famous have Foursquare, bit.ly, SourceForge,
This article mainly describes the main principles of the Sharding cluster. Frankly speaking, we just saw that the Sharding system is a bit too tall. I don't understand the American writer KyleBanker Mongodbinaction. First, describe the data with the
MongoDB cluster technology: replica set & sharding, mongodb ClusterA MongoDB replica set is a process of synchronizing data to multiple servers. The replica set provides redundant backup of data and stores data copies on multiple servers, this
If MongoDB is just a document-type database, there is no bright spot, however MongoDB's greatest advantage is read-extended, hot-backup, failback, and Auto-sharding (write extension). This section of the series to the end of the introduction of
As the volume of MONGODB data increases, it is possible to limit the storage capacity of a single node, and application a large number of accesses can also cause a single node to fail, so a clustered environment needs to be built and the entire
The original connection cannot be opened.
1. Beautiful blueprint
When I first came into contact with MongoDB, I saw its auto-sharding function diagram. In combination with the replica sets, I felt like a unified world. BOTH:
In the figure, the
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.